home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows News 2005 November
/
WNnov2005.iso
/
Windows
/
Indispensables
/
Movie Collection
/
MovieCollection5403.exe
/
{app}
/
web
/
Default
/
msg.xsl
< prev
next >
Wrap
Extensible Markup Language
|
2005-02-20
|
3KB
|
63 lines
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:import href="header.xsl"/>
<xsl:output method="html" media-type="text/html; charset=ISO-8859-1"/>
<xsl:template match="/">
<html>
<head>
<title><xsl:value-of select="datapacket/@title"/></title>
<link rel="stylesheet" type="text/css" href="mc.css" />
</head>
<body>
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<!-- EntΩte -->
<tr><td width="100%">
<xsl:call-template name="template_header" />
</td></tr>
<tr>
<td width="100%">
<table cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<td width="100%" class="gt0deg">
<a href="disconnect" class="lktoolbar">DΘconnecter</a> | <a href="index" class="lktoolbar">Nouvelle recherche</a> | <a href="mailto: babidyxp@free.fr" class="lktoolbar">Powered by MovieCollection ⌐ Babidyxp</a>
</td>
<td width="100%" class="gt0deg">
<xsl:value-of select="datapacket/@servername"/>
</td>
</tr>
</table>
</td>
</tr>
<!-- Fin EntΩte -->
<tr><td width="100%">
<p class="par0" style="margin-top: 20px; margin-bottom: 0px; margin-right: 20px; margin-left: 20px;">
</p>
<div align="center">
<table cellpadding="0" cellspacing="0" width="340" border="0">
<tr><td width="100%" class="pageHeader"><img src="images/trans_pixel.gif" width="1" height="2" /></td></tr>
<tr>
<td width="100%" class="gt1">
<p style="margin-top: 10px; margin-bottom: 10px; margin-right: 0px; margin-left: 10px;">
<b><xsl:value-of select="datapacket/@msg"/></b>
</p>
</td>
</tr>
<tr><td width="100%" class="pageHeader"><img src="images/trans_pixel.gif" width="1" height="2" /></td></tr>
</table>
</div>
</td></tr>
</table>
</body>
</html>
</xsl:template>
</xsl:stylesheet>